home *** CD-ROM | disk | FTP | other *** search
- /*
- $VER: RunPrefs.awebrx 1.2 (2.12.2000) (c) Neil Bothwick, Wirenet
- Run the AACDprefs program from a page in AWeb
-
- 1.2 - Uses "parse source" to get the name of the CD
- */
-
- parse source . ' ' . ' ' . ' ' ScriptName ' ' .
- CDName = left(ScriptName, pos(':', ScriptName) - 1)
-
- call pragma('D',CDName':')
- call pragma('S',16384)
-
- address command 'MUIRexx AACDPrefs port AACDPREFS'
-
-